Skip to content

Conversation

@ywang96
Copy link
Member

@ywang96 ywang96 commented Aug 2, 2025

Summary

  • drop deprecated --disable-log-requests flag from docs and examples
  • clean up scripts and READMEs to no longer use the removed flag

@github-actions
Copy link

github-actions bot commented Aug 2, 2025

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the deprecated --disable-log-requests flag from various documentation files, example scripts, and benchmark configurations. The changes are consistent across all modified files and align with the goal of cleaning up deprecated usage. The modifications are correct and improve the maintainability of the codebase by keeping examples and documentation up-to-date. I have reviewed the changes and found no issues.

@mergify mergify bot added documentation Improvements or additions to documentation performance Performance-related issues structured-output labels Aug 2, 2025
@ywang96 ywang96 removed documentation Improvements or additions to documentation performance Performance-related issues structured-output codex labels Aug 2, 2025
@mergify mergify bot added documentation Improvements or additions to documentation performance Performance-related issues structured-output labels Aug 2, 2025
@DarkLight1337
Copy link
Member

There are also files that incorrectly use --disable-log-request (without the s) for some reason

Signed-off-by: Roger Wang <hey@rogerw.me>
@mergify mergify bot added ci/build v1 tpu Related to Google TPUs labels Aug 2, 2025
Signed-off-by: Roger Wang <hey@rogerw.me>
@ywang96
Copy link
Member Author

ywang96 commented Aug 2, 2025

There are also files that incorrectly use --disable-log-request (without the s) for some reason

Oh interesting - I've removed them in 354244c

@DarkLight1337 DarkLight1337 added the ready ONLY add when PR is ready to merge/full CI is needed label Aug 2, 2025
Comment on lines -1675 to +1677
"argument '--disable-log-requests' is deprecated. This "
"will be removed in v0.12.0.")
"argument '--disable-log-requests' is deprecated and "
"replaced with '--enable-log-requests'. This will be "
"removed in v0.12.0.")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hmellor Let me know if you're okay with this change!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this is good. It more closely matches the warning from the engine classes

@vllm-bot vllm-bot merged commit 067c34a into main Aug 2, 2025
42 of 48 checks passed
@vllm-bot vllm-bot deleted the codex/remove-deprecated-disable-log-requests branch August 2, 2025 07:19
npanpaliya pushed a commit to odh-on-pz/vllm-upstream that referenced this pull request Aug 6, 2025
jinzhen-lin pushed a commit to jinzhen-lin/vllm that referenced this pull request Aug 9, 2025
Signed-off-by: Roger Wang <hey@rogerw.me>
Signed-off-by: Jinzhen Lin <linjinzhen@hotmail.com>
noamgat pushed a commit to noamgat/vllm that referenced this pull request Aug 9, 2025
Signed-off-by: Roger Wang <hey@rogerw.me>
Signed-off-by: Noam Gat <noamgat@gmail.com>
paulpak58 pushed a commit to paulpak58/vllm that referenced this pull request Aug 13, 2025
Signed-off-by: Roger Wang <hey@rogerw.me>
Signed-off-by: Paul Pak <paulpak58@gmail.com>
diegocastanibm pushed a commit to diegocastanibm/vllm that referenced this pull request Aug 15, 2025
Signed-off-by: Roger Wang <hey@rogerw.me>
Signed-off-by: Diego-Castan <diego.castan@ibm.com>
epwalsh pushed a commit to epwalsh/vllm that referenced this pull request Aug 28, 2025
zhewenl pushed a commit to zhewenl/vllm that referenced this pull request Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build documentation Improvements or additions to documentation performance Performance-related issues ready ONLY add when PR is ready to merge/full CI is needed structured-output tpu Related to Google TPUs v1

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants